go/parser.parser.parseValue (method)

3 uses

	go/parser (current package)
		parser.go#L1636: func (p *parser) parseValue() ast.Expr {
		parser.go#L1655: 	x := p.parseValue()
		parser.go#L1659: 		x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}